Linux webm002.cluster126.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
/
home
/
a
/
r
/
i
/
ariannadhf
/
www
/
wp-content
/
plugins
/
wp-accessibility-helper
/
trunk
/
inc
/
/home/a/r/i/ariannadhf/www/wp-content/plugins/wp-accessibility-helper/trunk/inc/custom-font.php
<?php $wah_custom_font = get_option('wah_custom_font'); if($wah_custom_font && !empty($wah_custom_font)): ?> <style media="screen">#access_container {font-family:<?php echo $wah_custom_font; ?>;}</style> <?php endif; ?>